HamParametersOrBuilder

interface HamParametersOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getCallSign(): String

Amateur radio call sign, eg. KD2ABC
string call_sign = 1;
Link copied to clipboard
abstract fun getCallSignBytes(): ByteString

Amateur radio call sign, eg. KD2ABC
string call_sign = 1;
Link copied to clipboard
abstract fun getFrequency(): Float

The selected frequency of LoRA operation
Please respect your local laws, regulations, and band plans.
Ensure your radio is capable of operating of the selected frequency before setting this.
float frequency = 3;
Link copied to clipboard
abstract fun getShortName(): String

Optional short name of user
string short_name = 4;
Link copied to clipboard
abstract fun getShortNameBytes(): ByteString

Optional short name of user
string short_name = 4;
Link copied to clipboard
abstract fun getTxPower(): Int

Transmit power in dBm at the LoRA transceiver, not including any amplification
int32 tx_power = 2;